home *** CD-ROM | disk | FTP | other *** search
/ PC Media 6 / PC MEDIA CD06.iso / share / os2 / open / readme < prev   
Encoding:
Text File  |  1995-01-01  |  2.2 KB  |  72 lines

  1. Here is a simple program that helps you access WPS objects from
  2. the command line.  It's pretty straight-forward, but a description
  3. follows anyways.  If you want to send me money, CDs, email,
  4. expensive computer stuff, or anything else interesting, I won't mind.
  5.  
  6. This program is completely free and not guaranteed to do anything.
  7.  
  8.  
  9. Aneesh Dalvi
  10. 72 Belleview Drive
  11. Kanata, Ontario  K2L 1W3
  12. CANADA
  13.  
  14. internet e-mail:  avd1@cornell.edu
  15.  
  16.  
  17. -------------------------------------------------------------------------
  18. they come from the bowels of hell
  19. a transformed race of walking dead
  20. zombies...guided by a master plan
  21. for complete domination of the earth
  22. -------------------------------------------------------------------------
  23. -------------------------------------------------------------------------
  24.  
  25. NAME
  26.      open - open a Workplace Shell object
  27.  
  28. SYNTAX
  29.      open [object-id]
  30.      open -s [object-id]
  31.      open -d [object-id]
  32.      open -t [object-id]
  33.      open -i [object-id]
  34.      open -o xxxx [object-id]
  35.  
  36.  
  37. DESCRIPTION
  38.      This program allows you to open any WPS object, in any
  39.      view, from the command line.
  40.  
  41.      The command opens the WPS object specified by object-id,
  42.      which can be any one of the following:
  43.  
  44.           1) a WPS object-id
  45.              eg. open "<WP_CLRPAL>" (it must be enclosed in
  46.              quotes so that the < and > are not confused with 
  47.              redirection operators)
  48.  
  49.           2) a relative or absolute filename
  50.              eg. open d:\config.sys
  51.                  open apps\box.ex
  52.  
  53.           3) a relative or absolute pathname
  54.              eg. open ..
  55.                  open d:\os2\mdos\winos2
  56.  
  57.      If no object-id is given, the program opens the current
  58.      directory in the specified view.  If no view is specified,
  59.      the default view is used.
  60.  
  61.  
  62.      OPTIONS
  63.  
  64.      -s   opens the object's settings page
  65.      -d   opens the object's details view (if applicable)
  66.      -t   opens the object's tree view (if applicable)
  67.      -i   opens the object's icon view (if applicable)
  68.      -o   opens the view specifed by xxxx
  69.           -s ==> -o Settings
  70.           -d ==> -o Details
  71.           ...etc...
  72.